AppPlatformBuildServiceResource Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A Class representing an AppPlatformBuildService along with the instance operations that can be performed on it. If you have a Azure.Core.ResourceIdentifier you can construct an AppPlatformBuildServiceResource from an instance of Azure.ResourceManager.ArmClient using the GetAppPlatformBuildServiceResource method. Otherwise you can get one from its parent resource AppPlatformServiceResource using the GetAppPlatformBuildService method.
public class AppPlatformBuildServiceResource : Azure.ResourceManager.ArmResource, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppPlatform.AppPlatformBuildServiceData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppPlatform.AppPlatformBuildServiceData>
type AppPlatformBuildServiceResource = class
inherit ArmResource
interface IJsonModel<AppPlatformBuildServiceData>
interface IPersistableModel<AppPlatformBuildServiceData>
Public Class AppPlatformBuildServiceResource
Inherits ArmResource
Implements IJsonModel(Of AppPlatformBuildServiceData), IPersistableModel(Of AppPlatformBuildServiceData)
- Inheritance
-
Azure.ResourceManager.ArmResourceAppPlatformBuildServiceResource
- Implements
-
System.ClientModel.Primitives.IJsonModel<AppPlatformBuildServiceData> System.ClientModel.Primitives.IPersistableModel<AppPlatformBuildServiceData> System.ClientModel.Primitives.IPersistableModel<T>
Constructors
AppPlatformBuildServiceResource() |
Initializes a new instance of the AppPlatformBuildServiceResource class for mocking. |
Fields
ResourceType |
Gets the resource type for the operations. |
Properties
Data |
Gets the data representing this Feature. |
HasData |
Gets whether or not the current instance has data. |
Methods
CreateResourceIdentifier(String, String, String, String) |
Generate the resource identifier of a AppPlatformBuildServiceResource instance. |
Get(CancellationToken) |
Get a build service resource.
|
GetAppPlatformBuild(String, CancellationToken) |
Get a KPack build.
|
GetAppPlatformBuildAsync(String, CancellationToken) |
Get a KPack build.
|
GetAppPlatformBuilder(String, CancellationToken) |
Get a KPack builder.
|
GetAppPlatformBuilderAsync(String, CancellationToken) |
Get a KPack builder.
|
GetAppPlatformBuilders() |
Gets a collection of AppPlatformBuilderResources in the AppPlatformBuildService. |
GetAppPlatformBuilds() |
Gets a collection of AppPlatformBuildResources in the AppPlatformBuildService. |
GetAppPlatformBuildServiceAgentPool(String, CancellationToken) |
Get build service agent pool.
|
GetAppPlatformBuildServiceAgentPoolAsync(String, CancellationToken) |
Get build service agent pool.
|
GetAppPlatformBuildServiceAgentPools() |
Gets a collection of AppPlatformBuildServiceAgentPoolResources in the AppPlatformBuildService. |
GetAppPlatformSupportedBuildpack(String, CancellationToken) |
Get the supported buildpack resource.
|
GetAppPlatformSupportedBuildpackAsync(String, CancellationToken) |
Get the supported buildpack resource.
|
GetAppPlatformSupportedBuildpacks() |
Gets a collection of AppPlatformSupportedBuildpackResources in the AppPlatformBuildService. |
GetAppPlatformSupportedStack(String, CancellationToken) |
Get the supported stack resource.
|
GetAppPlatformSupportedStackAsync(String, CancellationToken) |
Get the supported stack resource.
|
GetAppPlatformSupportedStacks() |
Gets a collection of AppPlatformSupportedStackResources in the AppPlatformBuildService. |
GetAsync(CancellationToken) |
Get a build service resource.
|
GetResourceUploadUri(CancellationToken) |
Get an resource upload URL for build service, which may be artifacts or source archive.
|
GetResourceUploadUriAsync(CancellationToken) |
Get an resource upload URL for build service, which may be artifacts or source archive.
|
Explicit Interface Implementations
IJsonModel<AppPlatformBuildServiceData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AppPlatformBuildServiceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided System.Text.Json.Utf8JsonWriter. |
IPersistableModel<AppPlatformBuildServiceData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided System.BinaryData into a model. |
IPersistableModel<AppPlatformBuildServiceData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AppPlatformBuildServiceData>.Write(ModelReaderWriterOptions) |
Writes the model into a System.BinaryData. |