ArmAgFoodPlatformModelFactory.FarmBeatData Method
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.
Initializes a new instance of FarmBeatData.
public static Azure.ResourceManager.AgFoodPlatform.FarmBeatData FarmBeatData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, Uri instanceUri = default, Azure.ResourceManager.AgFoodPlatform.Models.ProvisioningState? provisioningState = default, Azure.ResourceManager.AgFoodPlatform.Models.SensorIntegration sensorIntegration = default, Azure.ResourceManager.AgFoodPlatform.Models.PublicNetworkAccess? publicNetworkAccess = default, Azure.ResourceManager.AgFoodPlatform.AgFoodPlatformPrivateEndpointConnectionData privateEndpointConnections = default);
static member FarmBeatData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.ResourceManager.Models.ManagedServiceIdentity * Uri * Nullable<Azure.ResourceManager.AgFoodPlatform.Models.ProvisioningState> * Azure.ResourceManager.AgFoodPlatform.Models.SensorIntegration * Nullable<Azure.ResourceManager.AgFoodPlatform.Models.PublicNetworkAccess> * Azure.ResourceManager.AgFoodPlatform.AgFoodPlatformPrivateEndpointConnectionData -> Azure.ResourceManager.AgFoodPlatform.FarmBeatData
Public Shared Function FarmBeatData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional identity As ManagedServiceIdentity = Nothing, Optional instanceUri As Uri = Nothing, Optional provisioningState As Nullable(Of ProvisioningState) = Nothing, Optional sensorIntegration As SensorIntegration = Nothing, Optional publicNetworkAccess As Nullable(Of PublicNetworkAccess) = Nothing, Optional privateEndpointConnections As AgFoodPlatformPrivateEndpointConnectionData = Nothing) As FarmBeatData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- tags
- IDictionary<String,String>
The tags.
- location
- AzureLocation
The location.
- identity
- ManagedServiceIdentity
Identity for the resource. Current supported identity types: SystemAssigned.
- instanceUri
- Uri
Uri of the FarmBeats instance.
- provisioningState
- Nullable<ProvisioningState>
FarmBeats instance provisioning state.
- sensorIntegration
- SensorIntegration
Sensor integration request model.
- publicNetworkAccess
- Nullable<PublicNetworkAccess>
Property to allow or block public traffic for an Azure FarmBeats resource.
- privateEndpointConnections
- AgFoodPlatformPrivateEndpointConnectionData
The Private Endpoint Connection resource.
Returns
A new FarmBeatData instance for mocking.
Applies to
Azure SDK for .NET