Itmo.Dev.Platform.YandexCloud 2.2.288

Prefix Reserved
dotnet add package Itmo.Dev.Platform.YandexCloud --version 2.2.288
                    
NuGet\Install-Package Itmo.Dev.Platform.YandexCloud -Version 2.2.288
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Itmo.Dev.Platform.YandexCloud" Version="2.2.288" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Itmo.Dev.Platform.YandexCloud" Version="2.2.288" />
                    
Directory.Packages.props
<PackageReference Include="Itmo.Dev.Platform.YandexCloud" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Itmo.Dev.Platform.YandexCloud --version 2.2.288
                    
#r "nuget: Itmo.Dev.Platform.YandexCloud, 2.2.288"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Itmo.Dev.Platform.YandexCloud@2.2.288
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Itmo.Dev.Platform.YandexCloud&version=2.2.288
                    
Install as a Cake Addin
#tool nuget:?package=Itmo.Dev.Platform.YandexCloud&version=2.2.288
                    
Install as a Cake Tool

Itmo.Dev.Platform.YandexCloud

Platform extensions for working with YandexCloud

Use AddPlatformYandexCloudAsync on your host builder to register library.

Authorization

Configure a method of authorization to YandexCloud API.
If no explicit method is configured, null method will be used, all calls to YandexCloud API will fail.

Configuration

{
  "Platform": {
    "YandexCloud": {
      "Authorization": {
        "VirtualMachine": {
          "IsEnabled": bool
          "ServiceUri": string,
          "MinRemainingTokenLifetime": timespan
        }
      }
    }
  }
}

see MSDN for timespan string formats

Path Description
Platform:YandexCloud:Authorization:VirtualMachine:IsEnabled Enables authorization through service account bound to VM
Platform:YandexCloud:Authorization:VirtualMachine:ServiceUri YandexCloud's internal service uri for accessing VM info (default: http://169.254.169.254/)
Platform:YandexCloud:Authorization:VirtualMachine:MinRemainingTokenLifetime Minimal remaining lifetime of token when it is retrieved for any operation, if token will expire prior to DateTimeOffset.UtcNow + TimeSpan.FromSeconds(threshold), the new token will be generated

LockBox

Adds a configuration provider that loads values from YandexCloud's Lockbox.

Configuration

Configuration parameters:

{
  "Platform": {
    "YandexCloud": {
      "LockBox": {
        "IsEnabled": bool,
        "SecretId": string,
        "LockboxOptionsPollingDelay": timespan
      }
    }
  }
}

see MSDN for timespan string formats

Path Description
Platform:YandexCloud:Lockbox:IsEnabled Enables Lockbox
Platform:YandexCloud:Lockbox:SecretId Id of Lockbox secret, from which configuration will be loaded
Platform:YandexCloud:Lockbox:LockboxOptionsPollingDelay An interval of configuration reload
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.2.288 131 5/17/2025
2.2.275 103 5/10/2025
2.2.269 107 5/10/2025
2.2.261 127 2/16/2025
2.2.255 127 2/6/2025
2.2.234 143 11/18/2024
2.2.204 133 10/29/2024
2.2.202 129 10/29/2024
2.1.196 139 10/29/2024
2.1.193 128 10/29/2024
2.1.190 155 10/26/2024
2.0.174 148 10/25/2024
2.0.133 140 10/25/2024
2.0.132 136 10/24/2024
2.0.131 124 10/24/2024
2.0.130 136 10/24/2024
2.0.129 145 10/24/2024
2.0.128 152 10/24/2024
2.0.127 146 10/23/2024
2.0.126 136 10/11/2024
2.0.125 140 10/11/2024
2.0.124 133 10/11/2024
2.0.123 150 10/11/2024
2.0.122 146 10/11/2024
2.0.121 149 10/11/2024
2.0.120 156 10/11/2024
2.0.119 151 10/11/2024
2.0.118 156 10/11/2024
2.0.117 139 10/10/2024
2.0.115 138 10/10/2024
2.0.113 150 10/6/2024
2.0.112 313 8/22/2024
1.0.111 239 5/14/2024
1.0.110 143 5/13/2024
1.0.109 157 5/13/2024
1.0.108 182 5/6/2024
1.0.107 156 5/6/2024
1.0.106 179 5/6/2024
1.0.105 162 5/4/2024
1.0.102 182 5/4/2024
1.0.101 180 4/26/2024
1.0.100 162 4/22/2024
1.0.99 156 4/21/2024
1.0.98 163 4/21/2024
1.0.97 158 4/19/2024
1.0.96 180 4/18/2024
1.0.95 167 4/18/2024
1.0.94 210 2/13/2024
1.0.93 179 2/10/2024
1.0.91 150 2/10/2024
1.0.90 168 2/10/2024
1.0.89 283 2/3/2024
1.0.86 154 2/1/2024
1.0.85 158 1/30/2024
1.0.83 219 1/27/2024
1.0.82 260 1/5/2024
1.0.81 320 1/3/2024
1.0.80 191 12/30/2023
1.0.79 194 12/30/2023
1.0.78 177 12/30/2023
1.0.77 176 12/28/2023
1.0.76 185 12/27/2023
1.0.75 223 12/9/2023
1.0.73 231 11/30/2023
1.0.72 181 11/27/2023
1.0.71 171 11/27/2023
1.0.70 178 11/27/2023
1.0.69 179 11/27/2023
1.0.67 191 11/25/2023
1.0.66 173 11/25/2023
1.0.65 183 11/23/2023
1.0.64 185 11/23/2023
1.0.62 190 11/18/2023
1.0.61 179 11/18/2023
1.0.60 196 11/17/2023
1.0.59 202 11/16/2023
1.0.58 200 11/13/2023
1.0.57 167 11/12/2023
1.0.56 167 11/12/2023
1.0.54 195 11/7/2023
1.0.53 181 11/4/2023
1.0.52 184 10/29/2023
1.0.51 172 10/29/2023
1.0.50 185 10/29/2023
1.0.48 205 10/29/2023

Changed configuration API